/ Assembly List / LJCSQLUtilLib / LJCMetadata / GetRemakeTableScript

Namespace - LJCSQLUtilLib


Parameters
tableName - The table name.
fromMdColumns - The source columns.
toMdColumns - The target columns.

Syntax

C#
public String GetRemakeTableScript(String tableName, DbMetaDataColumns fromMdColumns, DbMetaDataColumns toMdColumns)

Remake table with new column names and/or column sequences.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.